From: Chong Yidong Date: Mon, 29 Jan 2007 02:51:28 +0000 (+0000) Subject: * jka-compr.el (jka-compr-partial-uncompress) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2583 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f59e287ba73dadf5e284e0e25804222abb3c135d;p=emacs.git * jka-compr.el (jka-compr-partial-uncompress) (jka-compr-call-process): Rebind default-directory if it is invalid. Suggested by Chris Moore. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb575a3b579..18ea2579ad0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-01-29 Chong Yidong + * jka-compr.el (jka-compr-partial-uncompress) + (jka-compr-call-process): Rebind default-directory if it is + invalid. Suggested by Chris Moore. + * comint.el (comint-insert-input): Handle situation where the selected buffer is not the clicked buffer.